home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / hard-params / RCS / hard-params.man,v < prev    next >
Encoding:
Text File  |  1990-08-09  |  1.8 KB  |  75 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     90.08.09.16.39.38;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Man page for hard-params test program (from gcc distribution).
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1990 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.2 90/02/20 17:11:01 douglis Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS PROGNAME cmds
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. hard-params \- Describe the hardware being run on
  42. .SH SYNOPSIS
  43. \fBhard-params \fR [\fIoptions\fR] 
  44. .SH OPTIONS
  45. .IP "\fB\-l" 15
  46. Print a series of #define's for
  47. the ANSI standard 
  48. .B limits.h 
  49. include file, excluding \fBMB_MAX_CHAR\fR.
  50. .IP "\fB\-f" 15
  51. Print a series of #define's for the ANSI standard
  52. .B float.h 
  53. include file.  
  54. .IP "\fB\-v" 15
  55. Print a verbose prose description of the machine.  When combined with
  56. either of the other two options, the prose is embedded in C comments.
  57. .BE
  58.  
  59. .SH DESCRIPTION
  60. .PP
  61. .B hard-params
  62. determines characteristics about the machine it is run on, such as the
  63. number of bytes in an \fBint\fR, the byte order, and the floating point
  64. format.  It displays them either as English text or as C code.
  65. .PP
  66. .B hard-params
  67. also checks for bugs in 
  68. .B printf
  69. and \fBscanf\fR,
  70. and it checks for compiler bugs like botched casts.
  71.  
  72. .SH KEYWORDS
  73. characteristics, hardware, header, ANSI, tests
  74. @
  75.